home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1074 / PlaceObject2_455_1099 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Text File  |  2008-09-12  |  860b  |  34 lines

  1. onClipEvent(load){
  2.    heroe = eval(_root.heroe);
  3.    mapa = eval(_root.mapa);
  4.    this.gotoAndStop("jump");
  5.    SPEED = 2;
  6.    vforce = 15;
  7.    vforcei = 10;
  8.    MAXJUMP = 60;
  9.    currenthigh = 0;
  10.    _X = 370;
  11.    _Y = -143;
  12.    xi = _X;
  13.    yi = Math.abs(_Y - _root.mapa._y);
  14.    DELAY = 15;
  15.    falling = true;
  16.    vertical = 2;
  17.    attack = false;
  18.    DAMAGE = 1;
  19.    MAXDAMAGE = 2;
  20.    currentdamage = 0;
  21.    hitted = false;
  22.    flashing = false;
  23.    hitable = false;
  24.    FLASHTIME = 5;
  25.    timerdamage = 0;
  26.    myColor = new Color(this);
  27.    myColorTransform = new Object();
  28.    myColorTransform = {ra:"100",rb:"200",ga:"100",gb:"180",ba:"100",bb:"150",aa:"100",ab:"00"};
  29.    myColorNormal = {ra:"100",rb:"00",ga:"100",gb:"00",ba:"100",bb:"00",aa:"100",ab:"00"};
  30.    death = false;
  31.    landing = new Sound();
  32.    landing.attachSound("sapolanding");
  33. }
  34.